home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / msn / p12 / MSNP12Notification.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  795b  |  22 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. from msn.p11 import Notification as Super
  5.  
  6. class MSNP12Notification(Super):
  7.     versions = [
  8.         'MSNP12']
  9.     
  10.     def recv_lst(self, msg):
  11.         args = list(msg.args)
  12.         if args[-1].find('-') != -1:
  13.             groups = args.pop()
  14.             mystery_flag = args.pop()
  15.             args.append(groups)
  16.         else:
  17.             mystery_flag = args.pop()
  18.         msg.args = tuple(args)
  19.         return Super.recv_lst(self, msg)
  20.  
  21.  
  22.